-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#140 [FEAT, REFACTORING] 포인트 정책 제거, 장바구니 기능, 결제 기능 리팩토링 #155
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#135 [FEAT] Admin Login API 구현
#135 [FIX] Bearer 검증 오류 수정
[FIX] 로그인 에러 수정 및 User_role 컬럼 삭제
- user 도메인에서 point 제거
- UserPointLog, PointChargeRequest 등과 관련된 코드 삭제 - User - 속성 point 삭제 - kakaoId -> socialId 이름 변경
[FIX] 포인트 정책 제거
[FEAT] 장바구니 api 구현
- 겅로에서 items 제거
- Order -> OrderHistory - 컬럼 삭제 - product_size - product_name - product_main_image_url - product_count - sticker_id: sticker 외래키 삭제
[FIX] 장바구니 API 경로 수정 및 결제 페이지 불러오기 매개변수 required 에러 해결
- 장바구니 기능의 추가로 여러 상품의 구매가 가능해지면서 주문내역(OrderHistory)와 주문한 상품(OrderedProduct)의 일대다 매핑 테이블을 생성 - 주문한 상품들의 목록
- 주문내역, 주문한 상품 저장 - 장바구니 구매 이후 모든 장바구니 삭제 - 디스코드 메시지 임시 응답으로 변경: 추후 수정 예정
[FIX] deploy.sh 프로세스 종료, 환경변수 가져오기 안되는 에러
[REFACTOR] 결제 페이지 가져오기, 결제하기 API 장바구니 기능 적용
[REFACTOR] 장바구니 수량 일괄 수정 도입 및 명세서 설명 추가
…-carts [FIX] 유저 장바구니 목록 불러오기 API 응답에 장바구니 Id 추가
[CHORE] 각 도메인의 패키지 domain 이름 변경 -> model
- mainImage 속성 추가 - images -> detailImages: 상세 이미지 url
#140 [FEAT] 스티커 상세 정보 가져오기
#140 [FEAT] 일반 스티커 결제 후 발송되는 discord 메시지 형식 수정 - 복수 상품 내역 전송
#140 [FEAT] 결제하기 api: 결제 금액 검증 로직 추가
05AM
changed the title
[FEAT, REFACTORING] 포인트 정책 제거, 장바구니 기능, 결제
[FEAT, REFACTORING] 포인트 정책 제거, 장바구니 기능, 결제 기능 리팩토링
Feb 1, 2024
05AM
changed the title
[FEAT, REFACTORING] 포인트 정책 제거, 장바구니 기능, 결제 기능 리팩토링
#140 [FEAT, REFACTORING] 포인트 정책 제거, 장바구니 기능, 결제 기능 리팩토링
Feb 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🦋 작업한 내용
🔒 관련 이슈